Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions kdlp.underground.software/course/fall2023/assignments/E0.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ Build, install, and boot the latest Linux kernel fresh off Linus Torvalds’ tre
* When you power on your system, you should see a menu that looks roughly like the following:
* As soon as it appears, hit the down arrow key to stop the countdown that will automatically boot the first selected menu entry in a couple of seconds.

<div id="confusion"><img alt="grub bootloader image from https://jfearn.fedorapeople.org/fdocs/en-US/Documentation/0.1/html/Fedora_Multiboot_Guide/GRUB-runtime.html" src="/images/grub_menu.png"></img></div>

<br>
<img alt="grub bootloader image from https://jfearn.fedorapeople.org/fdocs/en-US/Documentation/0.1/html/Fedora_Multiboot_Guide/GRUB-runtime.html" src="/images/grub_menu.png"></img>
Comment thread
charliemirabile marked this conversation as resolved.

0. Use the arrow keys to select your newly build kernel with your custom tag and hit enter when it is highlighted.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use this as an opportunity to introduce yourself, get your feet wet with the ema
The installation destination icon will have a red warning triangle, to proceed, click on the icon and it will open the screen below. Just click "Done",
you don't need to change anything---it just wants you to confirm the default hard-drive and partitioning selections it has made.

<div id="confusion"><img alt="fedora confusion image" src="/images/fedora_confusion.png"></img></div><br>
<img alt="fedora confusion image" src="/images/fedora_confusion.png"></img>

* Once the installation has finished, Fedora will tell you to reboot. Shut down the machine and remove the ISO image from where you attached it to the VM
(once this is done and you confirmed the installation was successful, you can remove the ISO image from your host machine to free up disk space).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ Start downloading the standard ISO image for Fedora for your architechture (most
* Mostly follow the on-screen instructions, but there are some confusing steps. There are numerous tutorials online on how to proceed based on the VM you are using.
* This particular step, depicted below, might be especially confusing. Just click on "Installation Destination" and click "Done", you don't need to change anything you just need to confirm what was already selected by default.

<div id="confusion"><img alt="fedora confusion image" src="/images/fedora_confusion.png"></img></div>

<br>
<img alt="fedora confusion image" src="/images/fedora_confusion.png"></img>

* Once the installation has finished, Fedora will tell you to reboot. Shut down the machine and remove the ISO image from where you attached it to the VM (once this is done and you confirmed the installation was successful, you can remove the ISO image from your host machine to free up disk space).
* Boot the VM and you should be greeted with a Fedora login prompt, use the username "root" and then enter the root password you selected during installation (it won't look like you are typing the password, but that is just a security measure).
Expand Down
Binary file modified kdlp.underground.software/images/fedora_confusion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions kdlp.underground.software/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ button {
font: inherit;
}

#confusion > img {
padding-top: 1rem;
}

/* Login/logout/register page */
#login, #register {
margin: 1em 0;
Expand Down Expand Up @@ -232,6 +228,10 @@ li > p {
padding: 0;
}

li > p > img {
margin: 1rem auto;
}

li {
padding-top: .4rem;
}
Expand Down