mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
fix(steps-guix): remove forced ext3 rootfstype in linux64 handover
This commit is contained in:
parent
e821a0670c
commit
156cd660c5
1 changed files with 2 additions and 2 deletions
|
|
@ -24,9 +24,9 @@ sync
|
||||||
mkdir -p /etc
|
mkdir -p /etc
|
||||||
if [ "${BARE_METAL}" = True ]; then
|
if [ "${BARE_METAL}" = True ]; then
|
||||||
kexec -l "${current_kernel}" \
|
kexec -l "${current_kernel}" \
|
||||||
--append="root=/dev/sda1 rootfstype=ext3 init=/init rw rootwait"
|
--append="root=/dev/sda1 init=/init rw rootwait"
|
||||||
else
|
else
|
||||||
kexec -l "${current_kernel}" --console-serial \
|
kexec -l "${current_kernel}" --console-serial \
|
||||||
--append="console=ttyS0 root=/dev/sda1 rootfstype=ext3 init=/init rw rootwait"
|
--append="console=ttyS0 root=/dev/sda1 init=/init rw rootwait"
|
||||||
fi
|
fi
|
||||||
kexec -e
|
kexec -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue