Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
ext4
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeadelethompson committed Nov 8, 2023
1 parent f7355c1 commit 7c242c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create BOOT filesystem
run: sudo mkfs.vfat -F32 /dev/loop254p1
- name: Create SYSTEM filesystem
run: sudo mkfs.btrfs /dev/loop254p2
run: sudo mkfs.ext4 /dev/loop254p2
- name: Create HOME filesystem
run: sudo mkfs.exfat /dev/loop254p3
- name: Mount SYSTEM filesystem
Expand Down
2 changes: 1 addition & 1 deletion cmdline.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dwc_otg.lpm_enable=0 console=ttyAMA1,115200n8 console=tty1 root=/dev/mmcblk0p2 rootfstype=btrfs elevator=deadline fsck.repair=yes rootwait net.ifnames=0
dwc_otg.lpm_enable=0 console=ttyAMA1,115200n8 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait net.ifnames=0
2 changes: 1 addition & 1 deletion fstab
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/dev/mmcblk0p1 /boot/ vfat defaults 0 0
/dev/mmcblk0p2 / btrfs defaults 0 0
/dev/mmcblk0p2 / ext4 defaults 0 0
/dev/mmcblk0p3 /home/pi exfat defaults,uid=4000,gid=5000,dmask=007,fmask=117 0 0

0 comments on commit 7c242c5

Please sign in to comment.