-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce62b51
commit 90ffc2b
Showing
5 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,14 @@ fix_netplan(){ | |
EOF | ||
} | ||
|
||
prepare_build() { | ||
echo "ttyGS0" >> /etc/securetty | ||
systemctl enable [email protected] | ||
} | ||
|
||
echo "🍰 Rebuild starting..." | ||
|
||
prepare_build | ||
install_bins | ||
add_overlays | ||
fix_netplan | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,7 @@ prepare_build() { | |
systemctl disable ssh | ||
|
||
echo "ttyGS0" >> /etc/securetty | ||
systemctl enable [email protected] | ||
|
||
cp /tmp/overlay/rebuild/rebuild-version /etc/ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,6 +156,7 @@ prepare_build() { | |
systemctl disable ssh | ||
|
||
echo "ttyGS0" >> /etc/securetty | ||
systemctl enable [email protected] | ||
|
||
cp /tmp/overlay/rebuild/rebuild-version /etc/ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,6 +167,7 @@ prepare_build() { | |
systemctl disable ssh | ||
|
||
echo "ttyGS0" >> /etc/securetty | ||
systemctl enable [email protected] | ||
|
||
cp /tmp/overlay/rebuild/rebuild-version /etc/ | ||
# Backwards compatibility with refactor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,10 @@ prepare_install(){ | |
cd /boot | ||
mklost+found | ||
chmod +r /boot/lost+found | ||
|
||
echo "ttyGS0" >> /etc/securetty | ||
systemctl enable [email protected] | ||
|
||
} | ||
|
||
install_reflash() { | ||
|