13 lines
147 B
Bash
Executable File
13 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/sbin/env-update
|
|
. /etc/profile
|
|
|
|
. /mkloopcard_chroot.include || exit 1
|
|
|
|
setup_boot
|
|
setup_users
|
|
setup_bootfs_fstab "vfat"
|
|
|
|
exit 0
|