diff options
author | Serge Schneider <[email protected]> | 2017-03-07 15:13:22 +0000 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2017-03-07 15:14:03 +0000 |
commit | 718a4e8c21289f99ad542faf11bc2e4d769291cc (patch) | |
tree | 420384482de75ae14d186c592a4feac324898325 /stage1 | |
parent | 8e74b4f15cee8e4b794d0c916cd34f22d5ccfcd9 (diff) |
Switch to PARTUUID
Diffstat (limited to 'stage1')
-rw-r--r-- | stage1/00-boot-files/files/cmdline.txt | 2 | ||||
-rw-r--r-- | stage1/01-sys-tweaks/files/fstab | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/stage1/00-boot-files/files/cmdline.txt b/stage1/00-boot-files/files/cmdline.txt index 45c7f58..2b0634b 100644 --- a/stage1/00-boot-files/files/cmdline.txt +++ b/stage1/00-boot-files/files/cmdline.txt @@ -1 +1 @@ -dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait +dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait diff --git a/stage1/01-sys-tweaks/files/fstab b/stage1/01-sys-tweaks/files/fstab index 68e5816..f16e3fb 100644 --- a/stage1/01-sys-tweaks/files/fstab +++ b/stage1/01-sys-tweaks/files/fstab @@ -1,3 +1,3 @@ proc /proc proc defaults 0 0 -/dev/mmcblk0p1 /boot vfat defaults 0 2 -/dev/mmcblk0p2 / ext4 defaults,noatime 0 1 +BOOTDEV /boot vfat defaults 0 2 +ROOTDEV / ext4 defaults,noatime 0 1 |