소스 검색

use sda2 ofc

Noah Vogt 1 년 전
부모
커밋
c959789428
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chroot.sh

+ 1 - 1
chroot.sh

@@ -26,7 +26,7 @@ mkdir -p /efi/EFI/Linux
 test -d /efi/EFI || error_exit "Error: EFI partition could not be mounted correctly."
 
 # cat /proc/cmdline > /etc/kernel/cmdline
-echo "BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda rw loglevel=3 quiet" > /etc/kernel/cmdline
+echo "BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda2 rw loglevel=3 quiet" > /etc/kernel/cmdline
 chmod +w /etc/kernel/cmdline
 
 sb_status="$(sbctl status)"